projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34d4aca
)
Fix diff-mode-shared-map
author
Lars Ingebrigtsen
<larsi@gnus.org>
Mon, 18 Oct 2021 16:55:48 +0000
(18:55 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Tue, 19 Oct 2021 02:36:05 +0000
(
04:36
+0200)
* lisp/vc/diff-mode.el (diff-mode-shared-map): Fix syntax error in
`defvar-keymap' change.
lisp/vc/diff-mode.el
patch
|
blob
|
history
diff --git
a/lisp/vc/diff-mode.el
b/lisp/vc/diff-mode.el
index da70ff00dd77ac428ea3aa58877bce042fb8bcd2..ae1a8b254ff2686e0275e5ff9ef4143ea6f5603a 100644
(file)
--- a/
lisp/vc/diff-mode.el
+++ b/
lisp/vc/diff-mode.el
@@
-164,7
+164,7
@@
and hunk-based syntax highlighting otherwise as a fallback."
;;;;
(defvar-keymap diff-mode-shared-map
- :
inheri
t special-mode-map
+ :
paren
t special-mode-map
"n" #'diff-hunk-next
"N" #'diff-file-next
"p" #'diff-hunk-prev